home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / games / egavga / slower10.exe / SLOWER.DOC next >
Text File  |  1992-04-22  |  6KB  |  106 lines

  1. 04/22/92
  2. Slower v1.0, the fast system slowdown utility by Kenneth Kline,
  3. certain "Copyleft" privileges retained.
  4.  
  5. Unsolicited donations welcome. Solicited donations sent at donors
  6. discretion.  If you find that this program is helpful to you
  7. and want to say thanks, $2.00 US cash or money order drawn on US
  8. funds (no checks, PLEASE!) may be sent directly to me at:
  9.  
  10. 34 Monmouth Ave.
  11. Clementon, NJ 08021-7115 USA
  12.  
  13. $5.00 will get the next version sent directly to your continental
  14. USA (only) address as soon as (and if) it becomes available.
  15. Anything in excess of $5.00 will be donated to the Animal Welfare
  16. Association or similar charity org., and will be appreciated.
  17.  
  18. Inasmuch as I am placing the software into the public domain, I 
  19. relegate all responsibility for it's behavior on the users' system 
  20. to the user.  If you wish to forego your responsibility in this 
  21. respect, don't run the program.  If you don't read the docs, don't 
  22. bitch.
  23.  
  24. Rates and terms subject to change at author's discretion without
  25. prior warning; you may have contradictory legal rights...
  26.  
  27. This program is a TSR. It intercepts the timer interrupt, calls the
  28. original timer interrupt, disables interrupts, displays the current
  29. time on the upper left-hand corner of your screen and enters a
  30. simple do-nothing loop for a count (from 0) to a user specified
  31. value before re-enabling interrupts and returning.  This
  32. effectively slows down your system and allows such things as
  33. playing older games on newer, faster systems, giving you an added
  34. edge over some of the faster-paced arcade-style games, debugging
  35. program output, and/or increasing the amount of time screen images
  36. are displayed so you can capture them.
  37.  
  38. I make no guarantees that this will be successful in every case, 
  39. nor do I make any warranties against system crashes, damage, and/or 
  40. loss as a result of using this program in some combination of other 
  41. programs on some systems.  All I can tell you in this regard is that 
  42. it should work in a large number of cases, I don't know of any 
  43. reason for it to crash, and that it hasn't caused me any damage yet.
  44.  
  45. To use the program, at the DOS prompt type SLOWER and press return.
  46. You will be prompted for a slowdown factor from 0 to 32767.  Higher
  47. values entered make the machine slower while entering zero will
  48. have very little effect on the system speed (if you just want the
  49. clock in the upper left corner, enter 0).  Entering a negative
  50. value will abort the TSR installation.  The only totally safe way
  51. to disable the TSR function and un-install it is to reboot the
  52. machine by pressing your reset button or shutting down and 
  53. restarting the system.  There are utilities that claim to be able 
  54. to uninstall unruly TSRs... They may or may not work with this 
  55. program.
  56.  
  57. Precautions!
  58. DO NOT run the program twice without either rebooting or running an 
  59. uninstall program.  Running this program twice will almost 
  60. assuredly cause your system to lock up!  If this happens by 
  61. accident, rebooting is your only recourse.  It is also unadvisable 
  62. to run this utlity from within other programs that allow 
  63. "launching" of applications or temporarily shelling to DOS.  
  64. Running Slower from within multitasking and task-swapping shells 
  65. will almost always lead to catastrophe.  DON'T DO IT.
  66.  
  67. Slower is a very powerful utility.  On my 25MHz 386 I can count 
  68. seconds between hitting the enter key and seeing the DOS prompt 
  69. return when I set the delay to 32767.  Start out with much lower 
  70. delays especially if you are running at less than 25MHz.  
  71. Experiment with the setting, rebooting between successive attempts,
  72. to tweek in the right value for your game/application.
  73.  
  74. Special considerations should be given to disk accesses.  When 
  75. programs write to the disk, they update pointers in sensitive areas 
  76. on the disk (e.g. the FAT and DIR).  While a program that only 
  77. reads the disk won't present any difficulties when using this 
  78. program, if you aren't sure whether the disk is being read from or 
  79. written to, DO NOT reboot until the disk settles completely.  
  80. Rebooting before this time will corrupt data being written.  If 
  81. this happens, run DOS's CHKDSK with the /F option or another good 
  82. disk repair program.  Chances are you will be able to recover most 
  83. if not all lost data.  For this reason it is suggested that you 
  84. thoroughly test the application with this utility on a floppy 
  85. and/or after making a complete backup of any files your application 
  86. might use.
  87.  
  88. Note: The clock may disappear while running some programs -- this 
  89. is normal.  The clock will usually re-appear after the program has 
  90. returned to DOS.  On some systems (monochrome, for instance) the 
  91. clock might not appear at all.  This is to be expected -- the clock 
  92. is written directly to video RAM at segment B800 hex -- no check is 
  93. made to determine if this is the correct segment for the system.
  94.  
  95. Viruses: I am not a cretin.  I make no purposeful attempts to
  96. damage other peoples' property.  If you suspect that this program
  97. has been infected, please alert your BBS SysOp or distribution-site
  98. manager.
  99.  
  100. Distribution fees: additional terms for distribution sites (you may
  101. have contradictory legal rights...).  Although the software has
  102. been placed in the public domain, for this version I retain certain
  103. "copyleft" privileges.  Please charge no more than $5.00 US above
  104. and beyond any "normal" consideration for collection and/or
  105. distribution of this software.
  106.